* s~\t+$~~
[lhc/web/wiklou.git] / tests / SearchMySQL4Test.php
index 4038572..545af23 100644 (file)
@@ -5,11 +5,11 @@ require_once( '../includes/SearchMySQL4.php' );
 
 class SearchMySQL4Test extends SearchEngine_TestCase {
        var $db;
-       
+
        function SearchMySQL4Test( $name ) {
                $this->PHPUnit_TestCase( $name );
        }
-       
+
        function setUp() {
                $GLOBALS['wgContLang'] = new LanguageUtf8;
                $this->db =& buildTestDatabase(
@@ -20,7 +20,7 @@ class SearchMySQL4Test extends SearchEngine_TestCase {
                }
                $this->search =& new SearchMySQL4( $this->db );
        }
-       
+
        function tearDown() {
                if( !is_null( $this->db ) ) {
                        $this->db->close();